home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / nxyplot / Source / nxyplot.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  4.0 KB  |  266 lines

  1. ColumnSelectionHandler = {
  2.     ACTIONS = {
  3.     fixRow:;
  4.     removeAll:;
  5.     windowDidResize:;
  6.     eraseDisabledCells:;
  7.     update:;
  8.     fixPanel:;
  9.     init:;
  10.     };
  11.     OUTLETS = {
  12.     columnText;
  13.     plotParam;
  14.     columnMatrix;
  15.     filenameMatrix;
  16.     columnPanel;
  17.     fileRemovalButtons;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. PlotDelegate = {
  22.     ACTIONS = {
  23.     showHelp:;
  24.     appWillInit:;
  25.     resetDefaults:;
  26.     appDidInit:;
  27.     showInfo:;
  28.     };
  29.     OUTLETS = {
  30.     printColorButton;
  31.     servicesHandler;
  32.     plotParam;
  33.     formatHandler;
  34.     printLineStyleButton;
  35.     controlPanel;
  36.     infoPanel;
  37.     helpPanel;
  38.     opaqueBackgroundButton;
  39.     accPrintColorButton;
  40.     canvas;
  41.     colorOptionButton;
  42.     canvasWindow;
  43.     accPrintLineStyleButton;
  44.     };
  45.     SUPERCLASS = Object;
  46. };
  47. FirstResponder = {
  48.     ACTIONS = {
  49.     };
  50.     SUPERCLASS = Object;
  51. };
  52. ServicesHandler = {
  53.     ACTIONS = {
  54.     serviceSetState:;
  55.     serviceEnable:;
  56.     };
  57.     OUTLETS = {
  58.     plotService;
  59.     };
  60.     SUPERCLASS = Object;
  61. };
  62. PlotView = {
  63.     ACTIONS = {
  64.     drawSymbols:;
  65.     clear:;
  66.     drawLines:;
  67.     doPrinting:;
  68.     drawLegend:;
  69.     saveEPS:;
  70.     copyPScode:;
  71.     };
  72.     OUTLETS = {
  73.     symbolSizeText;
  74.     gridOnOff;
  75.     mainTitle;
  76.     newXTitleFont;
  77.     printPanelAccessory;
  78.     opaqueBackgroundButton;
  79.     borderBoxThicknessText;
  80.     gridDotted;
  81.     legendBoxOnOff;
  82.     ticMarkLengthText;
  83.     yTitle;
  84.     accPrintColorButton;
  85.     newLegendFont;
  86.     yFormatRight;
  87.     handFormatYaxis;
  88.     zoomChoice;
  89.     newTicLabelFont;
  90.     newLegendTitleFont;
  91.     legendTitle;
  92.     minorTicMarksOnOff;
  93.     errorBarBaseWidth;
  94.     legendOpaque;
  95.     lineThicknessText;
  96.     xTitle;
  97.     majorTicMarksOnOff;
  98.     yFormatExponent;
  99.     xFormatExponent;
  100.     handFormatXaxis;
  101.     ticMarkThicknessText;
  102.     plotParam;
  103.     newYTitleFont;
  104.     newMainTitleFont;
  105.     theFontManager;
  106.     frameBoxThicknessText;
  107.     ticMarkLocation;
  108.     errorBarMatrix;
  109.     axisThicknessText;
  110.     legendForm;
  111.     yFormatLeft;
  112.     xFormatLeft;
  113.     legendOnOff;
  114.     gridThicknessText;
  115.     frameBoxOnOff;
  116.     axesOnOff;
  117.     xFormatRight;
  118.     borderBoxOnOff;
  119.     };
  120.     SUPERCLASS = View;
  121. };
  122. FormatHandler = {
  123.     ACTIONS = {
  124.     writeFormatFile:;
  125.     readFormatFile:;
  126.     };
  127.     OUTLETS = {
  128.     symbolSizeText;
  129.     mainTitle;
  130.     gridOnOff;
  131.     ticMarkLength;
  132.     borderBoxThicknessText;
  133.     gridDotted;
  134.     symbolSize;
  135.     curveNumber;
  136.     legendBoxOnOff;
  137.     ticMarkLengthText;
  138.     yTitle;
  139.     gridThickness;
  140.     ebarBaseWidth;
  141.     legendTitle;
  142.     axisThickness;
  143.     minorTicMarksOnOff;
  144.     legendOpaque;
  145.     lineThicknessText;
  146.     frameBoxThickness;
  147.     xTitle;
  148.     majorTicMarksOnOff;
  149.     canvas;
  150.     ticMarkThicknessText;
  151.     plotParam;
  152.     textColorWell;
  153.     frameBoxThicknessText;
  154.     ticMarkLocation;
  155.     backgroundColorWell;
  156.     ticMarkThickness;
  157.     ebarBaseWidthText;
  158.     lineThickness;
  159.     axisThicknessText;
  160.     curveColorWell;
  161.     legendForm;
  162.     legendOnOff;
  163.     gridThicknessText;
  164.     frameBoxOnOff;
  165.     borderBoxThickness;
  166.     axesOnOff;
  167.     borderBoxOnOff;
  168.     };
  169.     SUPERCLASS = Object;
  170. };
  171. ErrorBarHandler = {
  172.     ACTIONS = {
  173.     update:;
  174.     init:;
  175.     eraseDisabledCells:;
  176.     updatePanel:;
  177.     removeAll:;
  178.     };
  179.     OUTLETS = {
  180.     plotParam;
  181.     filenameMatrix;
  182.     errorBarPanel;
  183.     errorBarText;
  184.     fileRemovalButtons;
  185.     errorBarMatrix;
  186.     };
  187.     SUPERCLASS = Object;
  188. };
  189. ScrollWindow = {
  190.     ACTIONS = {
  191.     windowDidResize:;
  192.     windowWillResize:;
  193.     };
  194.     SUPERCLASS = Window;
  195. };
  196. Plot = {
  197.     ACTIONS = {
  198.     whyTheBeep:;
  199.     setTextColor:;
  200.     open:;
  201.     openBinary:;
  202.     fixFileRemovalPanel:;
  203.     setCurveColor:;
  204.     removeAndOpen:;
  205.     init:;
  206.     removeSomeFiles:;
  207.     writeDataFiles:;
  208.     drawPlot:;
  209.     forceTicMarksIn:;
  210.     fixMatrixColumn:;
  211.     forceNoTicMarks:;
  212.     setBackgroundColor:;
  213.     previousView:;
  214.     forceTicMarksOut:;
  215.     resetMinMax:;
  216.     removeAllFiles:;
  217.     saveEPS:;
  218.     };
  219.     OUTLETS = {
  220.     changeYTitleFont;
  221.     accPrintLineStyleButton;
  222.     binaryOpenForm;
  223.     fileRemovalMatrix;
  224.     errorBars;
  225.     yMax;
  226.     lineMatrix;
  227.     errorBarPanel;
  228.     xMax;
  229.     fileRemovalPanel;
  230.     curveNumber;
  231.     writeDataAccButton;
  232.     changeXTitleFont;
  233.     printPreview;
  234.     accPrintColorButton;
  235.     columnPanel;
  236.     changeLegendTitleFont;
  237.     lineText;
  238.     yMin;
  239.     plotButton;
  240.     symbolMatrixWindow;
  241.     xMin;
  242.     yInc;
  243.     changeLegendFont;
  244.     lineMatrixWindow;
  245.     fileRemovalButtons;
  246.     xInc;
  247.     symbolMatrix;
  248.     binaryOpenAccessory;
  249.     xLinLog;
  250.     canvas;
  251.     textColorWell;
  252.     legendFormWindow;
  253.     backgroundColorWell;
  254.     yLinLog;
  255.     changeMainTitleFont;
  256.     columnSelectionHandler;
  257.     symbolText;
  258.     binaryXdatathere;
  259.     changeTicLabelFont;
  260.     curveColorWell;
  261.     legendForm;
  262.     errorBarHandler;
  263.     };
  264.     SUPERCLASS = Object;
  265. };
  266.